home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Games: Greatest Hits 1996
/
Amiga Games: Greatest Hits 1996.iso
/
userbox
/
publicdomain
/
superplay-lib_dev
/
programmers
/
include
/
pragmas
/
superplay_pragmas.h
< prev
Wrap
C/C++ Source or Header
|
1996-05-27
|
1KB
|
34 lines
/* pragmas/superplay.h */
/* Version : 4.1 */
/* Date : 27.11.1994 */
/* Written by : Andreas R. Kleinert */
#ifndef PRAGMAS_SUPERPLAY_H
#define PRAGMAS_SUPERPLAY_H
#pragma libcall SuperPlayBase SPL_AllocHandle 1e 901
#pragma libcall SuperPlayBase SPL_FreeHandle 24 901
#pragma libcall SuperPlayBase SPL_StopReplay 2a 901
#pragma libcall SuperPlayBase SPL_FreeResources 30 901
#pragma libcall SuperPlayBase SPL_SuperPlay 36 a902
#pragma libcall SuperPlayBase SPL_SuperWrite 3c a902
#pragma libcall SuperPlayBase SPL_InitHandleAsDOS 42 a902
#pragma libcall SuperPlayBase SPL_InitHandleAsClip 48 a902
#pragma libcall SuperPlayBase SPL_SetWriteType 4e ba903
#pragma libcall SuperPlayBase SPL_GetErrorString 54 901
#pragma libcall SuperPlayBase SPL_SetWriteName 5a ba903
#pragma libcall SuperPlayBase SPL_FileInfoRequest 60 ba903
#pragma libcall SuperPlayBase SPL_SetReqIOWindow 66 a902
#pragma libcall SuperPlayBase SPL_ReadPlayData 6c a902
#pragma libcall SuperPlayBase SPL_ContinueReplay 72 901
#pragma libcall SuperPlayBase SPL_FastForward 78 901
#pragma libcall SuperPlayBase SPL_FastBackward 7e 901
/* added with V2 */
#pragma libcall SuperPlayBase SPL_GetSampleList 84 a902
#pragma libcall SuperPlayBase SPL_SetSampleList 8a a902
/* no functions added in V3 */
/* added with V4 */
#pragma libcall SuperPlayBase SPL_GetFileType 90 ba903
#endif /* PRAGMAS_SUPERPLAY_H */